Skip to content

Version Packages#2426

Open
github-actions[bot] wants to merge 1 commit into
stablefrom
changeset-release/stable
Open

Version Packages#2426
github-actions[bot] wants to merge 1 commit into
stablefrom
changeset-release/stable

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to stable, this PR will be updated.

Releases

@workflow/cli@4.3.0

Minor Changes

  • #2467 3bb5de1 Thanks @pranaygp! - Add a --url flag to inspect/web that prints the run's dashboard deep link to stdout and exits (no browser, no server), and fix the Vercel dashboard URL to use the current …/workflows/runs/<id>?environment=<env> route (respecting --env).

Patch Changes

@workflow/core@4.6.0

Minor Changes

  • #1853 f2ad726 Thanks @TooTallNate! - Add wire-level framing for byte streams (type: 'bytes') so consumers can identify chunk boundaries — a prerequisite for transparent auto-reconnect.

Patch Changes

  • #2397 20a6d73 Thanks @pranaygp! - start({ deploymentId: 'latest' }) is now a no-op in Worlds that don't support atomic deployments (local dev, Postgres) instead of throwing — it logs a warning and targets the current deployment, so workflows that use 'latest' on Vercel still run locally.

  • #2473 015452a Thanks @pranaygp! - Drain consecutively consumable replay events in a single synchronous pass instead of one process.nextTick per event, removing O(N) macrotask hops from replay.

  • #2522 5a4c6cf Thanks @VaguelySerious! - Cache the local dev server port per process so workflow replays no longer re-run OS port discovery (which spawns lsof on macOS, ~60ms) on every replay.

  • #2511 db8a2c4 Thanks @VaguelySerious! - Emit workflowName on per-step events (step_created, step_completed) so Worlds can access it without additional queries

  • #2471 170ea96 Thanks @pranaygp! - Cache the compiled workflow-bundle vm.Script per process so replays reuse the compiled bundle instead of re-parsing it on every iteration.

  • #2472 0a5e2aa Thanks @pranaygp! - Memoize hydrated step return values across inline replay iterations, turning the per-invocation step-result decrypt+parse cost from O(N²) to O(N) for sequential workflows. Only primitive results are cached, so deterministic replay is preserved.

  • Updated dependencies [ab24408, f9119d4, db8a2c4, 9fba14e, b06fa65, 2a688f0, 2a688f0]:

    • @workflow/world-local@4.2.1
    • @workflow/world-vercel@4.5.0
    • @workflow/world@4.2.1
    • @workflow/errors@4.1.4

@workflow/next@4.1.0

Minor Changes

  • #2545 c5d14c8 Thanks @ijjk! - Remove the Next.js lazy discovery/deferred builder path and the workflows.lazyDiscovery option.

    Fall back to direct generated-file overwrites on Windows when atomic rename is blocked by Next.js dev server file handles.

Patch Changes

  • #2417 977a4a2 Thanks @TooTallNate! - Clarify that workflow packages removed from serverExternalPackages are still compiled during the build.

  • #2546 ba62f57 Thanks @ijjk! - Optimize eager workflow discovery and improve default eager build compatibility. Also fixes NestJS builds pulling SDK build-tooling into the runtime steps bundle, which crashed step handlers at runtime.

  • #2455 578f7e1 Thanks @TooTallNate! - Fix Next.js lazy discovery workflow IDs for monorepo workspace packages by resolving module specifiers relative to the app package instead of the tracing root.

  • Updated dependencies [f2ad726, 20a6d73, 015452a, ba62f57, 578f7e1, 5a4c6cf, db8a2c4, 170ea96, 0a5e2aa, 4c49cc8, c5d14c8, b357137, 8d1f299]:

    • @workflow/core@4.6.0
    • @workflow/builders@4.1.1
    • @workflow/swc-plugin@4.1.2

workflow@4.6.0

Minor Changes

  • #1853 f2ad726 Thanks @TooTallNate! - Add wire-level framing for byte streams (type: 'bytes') so consumers can identify chunk boundaries — a prerequisite for transparent auto-reconnect.

Patch Changes

  • #2472 0a5e2aa Thanks @pranaygp! - Memoize hydrated step return values across inline replay iterations, turning the per-invocation step-result decrypt+parse cost from O(N²) to O(N) for sequential workflows. Only primitive results are cached, so deterministic replay is preserved.

  • Updated dependencies [c4ed84f, f2ad726, 977a4a2, 3bb5de1, 20a6d73, 015452a, ba62f57, 578f7e1, 5a4c6cf, db8a2c4, 170ea96, 0a5e2aa, c5d14c8]:

    • @workflow/astro@4.0.11
    • @workflow/core@4.6.0
    • @workflow/next@4.1.0
    • @workflow/cli@4.3.0
    • @workflow/nest@4.0.12
    • @workflow/nitro@4.1.2
    • @workflow/typescript-plugin@4.0.3
    • @workflow/rollup@4.0.11
    • @workflow/sveltekit@4.0.11
    • @workflow/errors@4.1.4
    • @workflow/nuxt@4.0.12

@workflow/world-vercel@4.5.0

Minor Changes

  • #2414 2a688f0 Thanks @github-actions! - New internal API format: separately encode event metadata from user payloads. Eliminates the need for calling separate endpoints for ref resolution, which improves performance especially on longer runs.

Patch Changes

@workflow/ai@4.1.3

Patch Changes

  • #2440 80ccca0 Thanks @pranaygp! - Re-release @workflow/ai on the 4.x stable line. Versions 5.0.0, 6.0.0, and 7.0.0 were published to the latest dist-tag in error: a changesets peer-dependency misconfiguration force-bumped a full major on every workflow minor release, even though @workflow/ai had no breaking changes. Those versions are deprecated — ^4 remains the correct stable range.

  • Updated dependencies [f2ad726, 0a5e2aa]:

    • workflow@4.6.0

@workflow/astro@4.0.11

Patch Changes

@workflow/builders@4.1.1

Patch Changes

  • #2546 ba62f57 Thanks @ijjk! - Optimize eager workflow discovery and improve default eager build compatibility. Also fixes NestJS builds pulling SDK build-tooling into the runtime steps bundle, which crashed step handlers at runtime.

  • #2455 578f7e1 Thanks @TooTallNate! - Fix Next.js lazy discovery workflow IDs for monorepo workspace packages by resolving module specifiers relative to the app package instead of the tracing root.

  • #2324 4c49cc8 Thanks @VaguelySerious! - Decode escaped workflowCode template literals before graph extraction so unicode-escape identifiers parse correctly.

  • #2545 c5d14c8 Thanks @ijjk! - Remove the Next.js lazy discovery/deferred builder path and the workflows.lazyDiscovery option.

    Fall back to direct generated-file overwrites on Windows when atomic rename is blocked by Next.js dev server file handles.

  • #2427 8d1f299 Thanks @ijjk! - Add .swc to the builder's default gitignore handling.

  • Updated dependencies [f2ad726, 20a6d73, 015452a, 5a4c6cf, db8a2c4, 170ea96, 0a5e2aa, b357137]:

    • @workflow/core@4.6.0
    • @workflow/swc-plugin@4.1.2
    • @workflow/errors@4.1.4

@workflow/nest@4.0.12

Patch Changes

  • #2546 ba62f57 Thanks @ijjk! - Optimize eager workflow discovery and improve default eager build compatibility. Also fixes NestJS builds pulling SDK build-tooling into the runtime steps bundle, which crashed step handlers at runtime.

  • Updated dependencies [ba62f57, 578f7e1, 4c49cc8, c5d14c8, b357137, 8d1f299]:

    • @workflow/builders@4.1.1
    • @workflow/swc-plugin@4.1.2

@workflow/nitro@4.1.2

Patch Changes

@workflow/nuxt@4.0.12

Patch Changes

  • Updated dependencies []:
    • @workflow/nitro@4.1.2

@workflow/rollup@4.0.11

Patch Changes

@workflow/sveltekit@4.0.11

Patch Changes

@workflow/swc-plugin@4.1.2

Patch Changes

  • #2398 b357137 Thanks @pranaygp! - Fix dead-code elimination stripping module-scope declarations referenced only by a destructuring-default initializer (e.g. const { ttl = TTL } = options;), which caused a runtime ReferenceError when the default fired.

@workflow/vite@4.0.11

Patch Changes

@workflow/vitest@4.0.12

Patch Changes

@workflow/web@4.1.12

Patch Changes

@workflow/web-shared@4.1.12

Patch Changes

@workflow/world@4.2.1

Patch Changes

  • #2295 f9119d4 Thanks @TooTallNate! - Fix world-local and world-postgres turning duplicate processing of the same hook_created (same runId, hookId, and token) into a self-conflict; both worlds now treat same-entity duplicates as idempotent (matching step_created), and recover crash-orphaned token claims (world-local) and hook rows (world-postgres) by completing the partial write instead of incorrectly suppressing it.

  • #2511 db8a2c4 Thanks @VaguelySerious! - Emit workflowName on per-step events (step_created, step_completed) so Worlds can access it without additional queries

  • #2580 9fba14e Thanks @karthikscale3! - Send optional client-side event occurrence timestamps through world event creation.

  • #2414 2a688f0 Thanks @github-actions! - New internal API format: separately encode event metadata from user payloads. Eliminates the need for calling separate endpoints for ref resolution, which improves performance especially on longer runs.

@workflow/world-local@4.2.1

Patch Changes

  • #2534 ab24408 Thanks @NathanColosimo! - Update undici to 7.28.0.

  • #2295 f9119d4 Thanks @TooTallNate! - Fix world-local and world-postgres turning duplicate processing of the same hook_created (same runId, hookId, and token) into a self-conflict; both worlds now treat same-entity duplicates as idempotent (matching step_created), and recover crash-orphaned token claims (world-local) and hook rows (world-postgres) by completing the partial write instead of incorrectly suppressing it.

  • #2508 b06fa65 Thanks @karthikscale3! - Add run IDs on world storage telemetry spans.

  • Updated dependencies [f9119d4, db8a2c4, 9fba14e, 2a688f0]:

    • @workflow/world@4.2.1
    • @workflow/errors@4.1.4

@workflow/world-postgres@4.2.1

Patch Changes

  • #2295 f9119d4 Thanks @TooTallNate! - Fix world-local and world-postgres turning duplicate processing of the same hook_created (same runId, hookId, and token) into a self-conflict; both worlds now treat same-entity duplicates as idempotent (matching step_created), and recover crash-orphaned token claims (world-local) and hook rows (world-postgres) by completing the partial write instead of incorrectly suppressing it.

  • #2580 9fba14e Thanks @karthikscale3! - Send optional client-side event occurrence timestamps through world event creation.

  • Updated dependencies [ab24408, f9119d4, db8a2c4, 9fba14e, b06fa65, 2a688f0]:

    • @workflow/world-local@4.2.1
    • @workflow/world@4.2.1
    • @workflow/errors@4.1.4

@workflow/world-testing@4.1.11

Patch Changes

@github-actions github-actions Bot requested a review from a team as a code owner June 15, 2026 13:21
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment Jun 23, 2026 7:21pm
example-nextjs-workflow-webpack Ready Ready Preview, Comment Jun 23, 2026 7:21pm
example-workflow Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workbench-astro-workflow Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workbench-express-workflow Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workbench-fastify-workflow Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workbench-hono-workflow Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workbench-nitro-workflow Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workbench-nuxt-workflow Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workbench-sveltekit-workflow Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workbench-tanstack-start-workflow Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workbench-vite-workflow Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workflow-docs Ready Ready Preview, Comment, Open in v0 Jun 23, 2026 7:21pm
workflow-swc-playground Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workflow-tarballs Ready Ready Preview, Comment Jun 23, 2026 7:21pm
workflow-web Ready Ready Preview, Comment Jun 23, 2026 7:21pm

@github-actions github-actions Bot force-pushed the changeset-release/stable branch 2 times, most recently from b435c8f to 24ff50a Compare June 15, 2026 15:08
@github-actions github-actions Bot force-pushed the changeset-release/stable branch from a2be9bc to 2f0b63d Compare June 15, 2026 22:57

@vercel vercel Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

The framedByteStreams capability cutoff in CAPABILITY_VERSION_TABLE is set to 4.5.0, one minor version too low, since byte-stream wire framing actually ships in @workflow/core@4.6.0.

Fix on Vercel

@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 1044 0 78 1122
✅ 💻 Local Development 1138 0 86 1224
✅ 📦 Local Production 1138 0 86 1224
✅ 🐘 Local Postgres 1126 0 98 1224
✅ 🪟 Windows 102 0 0 102
❌ 🌍 Community Worlds 76 99 6 181
✅ 📋 Other 574 0 38 612
Total 5198 99 392 5689

❌ Failed Tests

🌍 Community Worlds (99 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KVRTCJVJBZGPZ0BS2SN8F2ZT
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVRTCTY713QCM24MH1Q7YNAD
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVRTD73YCZ3FVY78FGHATBVM
  • sleepingWorkflow | wrun_01KVRTEF2SK0B041H8Y1TMWSHJ
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVRTPM03AHFDE8Q445PN2BFB
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVRTQ07AFCRG3HNXE5NT55A0
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVRTQ811MG56YH9JZ91KM5ET
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVRTQRWBXBGFF7NXYD71FR5F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVRTRQ074FGX2HM40T0EEY24
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVRTRWADF5YFNWQ8RFTB364M
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVRTS3KRR1XETECPXPEDB8P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVRTSB0S1T2WJST8TGYPWW67
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVRTSPPVK3Y0WVRBBTF4PP1F
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVRTZWW0ST42VFMDKVT29BKY

turso (80 failed):

  • addTenWorkflow | wrun_01KVRTBJ53FPJ561TXPREMV173
  • addTenWorkflow | wrun_01KVRTBJ53FPJ561TXPREMV173
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KVRTC88623VF0TZQXPS3PJBX
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KVRTBV1R1Z1D2XVVK2J8K5AX
  • promiseRaceWorkflow | wrun_01KVRTBZPGXXV312K9WPC4RTBP
  • promiseAnyWorkflow | wrun_01KVRTC3Y5HD49J4EZ32HR4CVP
  • importedStepOnlyWorkflow | wrun_01KVRTCNBCXESWT24ER1YGPDGK
  • readableStreamWorkflow | wrun_01KVRTC66S7P5M7R2XN5QADH3F
  • hookWorkflow | wrun_01KVRTCJVJBZGPZ0BS2SN8F2ZT
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVRTCTY713QCM24MH1Q7YNAD
  • webhookWorkflow | wrun_01KVRTD0PWBRSJBPFBD9BP2Y5D
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVRTD73YCZ3FVY78FGHATBVM
  • sleepingWorkflow | wrun_01KVRTEF2SK0B041H8Y1TMWSHJ
  • parallelSleepWorkflow | wrun_01KVRTF002GF57VC6CV7HGVZ6F
  • nullByteWorkflow | wrun_01KVRTF582AHEPZ5M4C8JVFF0D
  • workflowAndStepMetadataWorkflow | wrun_01KVRTF7D08A6C6J00FD72F0AY
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KVRTHV54GXCQQPKEY632ZCAF
  • writableForwardedFromWorkflowWorkflow | wrun_01KVRTJBNZP5N1FKR8BVHV4PHN
  • writableForwardedFromStepWorkflow | wrun_01KVRTJH56ANNJMPRSV4BSS06G
  • fetchWorkflow | wrun_01KVRTJMS2E188JVQ5T09WQZB1
  • promiseRaceStressTestWorkflow | wrun_01KVRTJRC4EFBZM0P11T01TW0Z
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KVRTP64PD9FEAED6T16DYZFM
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVRTPM03AHFDE8Q445PN2BFB
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVRTQ07AFCRG3HNXE5NT55A0
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KVRTQ2NSB3AJ2YRB1M2DD7SR
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KVRTQ5BB38SJYK8B09PKN6EW
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVRTQ811MG56YH9JZ91KM5ET
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVRTQRWBXBGFF7NXYD71FR5F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVRTRQ074FGX2HM40T0EEY24
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVRTRWADF5YFNWQ8RFTB364M
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVRTS3KRR1XETECPXPEDB8P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVRTSB0S1T2WJST8TGYPWW67
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVRTSPPVK3Y0WVRBBTF4PP1F
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KVRTSZW8S0D3P8SHNGEKWMTQ
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KVRTTH5YMWSP8YK7TDNQRJF6
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KVRTTTQHWQ5H8HKNMSZFYPQ0
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KVRTV0QTK3M9CSDRNVRJJ9W8
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KVRTV2Z33HH0P10G1A38EG1H
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KVRTVHJEF6Y2SV015EN3FA0Y
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KVRTVQBQAXF7VBGYJ26NKFXF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KVRTVYC2HX7PE4RBHC8MZ97Z
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KVRTW5P2QT09ZRMWYY98QWP8
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KVRTWCZ8116JYACJCG6T2Q74
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KVRTWKZ1XB49P8DR3KDKMT33
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KVRTWVZSBYQ5B3R25S6VSQ2C
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KVRTXA59CVQ2F2KASTQD9PHG
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KVRTXKGMRHVHPAYRPTY8CWWA
  • cancelRun - cancelling a running workflow | wrun_01KVRTXTS6M7SZSMV1DKN5TT91
  • cancelRun via CLI - cancelling a running workflow | wrun_01KVRTY4FRTK9WC2RTKXP71Q0E
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KVRTYH570EYE31AX10421X4E
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KVRTZ3HY5YTTCE8893Y18XQH
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KVRTZF8V6ZSV1HWR8EH0WW2S
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KVRTZPQZ7VPPMWPBWMNG732F
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KVRTZS399WKN3X0SP1J65DW1
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVRTZWW0ST42VFMDKVT29BKY

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 94 0 8
✅ example 94 0 8
✅ express 94 0 8
✅ fastify 94 0 8
✅ hono 94 0 8
✅ nextjs-turbopack 99 0 3
✅ nextjs-webpack 99 0 3
✅ nitro 94 0 8
✅ nuxt 94 0 8
✅ sveltekit 94 0 8
✅ vite 94 0 8
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 96 0 6
✅ express-stable 96 0 6
✅ fastify-stable 96 0 6
✅ hono-stable 96 0 6
✅ nextjs-turbopack-canary 83 0 19
✅ nextjs-turbopack-stable 102 0 0
✅ nextjs-webpack-canary 83 0 19
✅ nextjs-webpack-stable 102 0 0
✅ nitro-stable 96 0 6
✅ nuxt-stable 96 0 6
✅ sveltekit-stable 96 0 6
✅ vite-stable 96 0 6
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 96 0 6
✅ express-stable 96 0 6
✅ fastify-stable 96 0 6
✅ hono-stable 96 0 6
✅ nextjs-turbopack-canary 83 0 19
✅ nextjs-turbopack-stable 102 0 0
✅ nextjs-webpack-canary 83 0 19
✅ nextjs-webpack-stable 102 0 0
✅ nitro-stable 96 0 6
✅ nuxt-stable 96 0 6
✅ sveltekit-stable 96 0 6
✅ vite-stable 96 0 6
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 95 0 7
✅ express-stable 95 0 7
✅ fastify-stable 95 0 7
✅ hono-stable 95 0 7
✅ nextjs-turbopack-canary 82 0 20
✅ nextjs-turbopack-stable 101 0 1
✅ nextjs-webpack-canary 82 0 20
✅ nextjs-webpack-stable 101 0 1
✅ nitro-stable 95 0 7
✅ nuxt-stable 95 0 7
✅ sveltekit-stable 95 0 7
✅ vite-stable 95 0 7
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 102 0 0
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 3 0 2
✅ redis-dev 3 0 2
❌ redis 64 19 0
✅ turso-dev 3 0 2
❌ turso 3 80 0
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 96 0 6
✅ e2e-local-dev-tanstack-start-stable 96 0 6
✅ e2e-local-postgres-nest-stable 95 0 7
✅ e2e-local-postgres-tanstack-start-stable 95 0 7
✅ e2e-local-prod-nest-stable 96 0 6
✅ e2e-local-prod-tanstack-start-stable 96 0 6

📋 View full workflow run

@vercel vercel Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

The framedByteStreams capability is gated at minVersion: '4.5.0', but byte-stream wire framing actually ships in 4.6.0, so 4.5.0 deployments are wrongly classified as framing-capable, causing silent byte-stream corruption.

Fix on Vercel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants